irq_exit() was briefly renamed to xen_irq_exit(), but the change
is no longer necessary. Reverting to original name and parameters.
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
* handler needs to be able to wait for further keyboard interrupts, which can't
* come through until ia64_eoi() has been done.
*/
- xen_irq_exit(regs);
+ irq_exit();
}
#ifdef CONFIG_HOTPLUG_CPU
/*
* Exit an interrupt context. Process softirqs if needed and possible:
*/
-void xen_irq_exit(struct pt_regs *regs)
+void irq_exit(void)
{
sub_preempt_count(IRQ_EXIT_OFFSET);
}